Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps cucumber-junit from 6.9.1 to 7.0.0.

Changelog

Sourced from cucumber-junit's changelog.

[7.0.0] (https://github.com/cucumber/cucumber-jvm/blob/main/2021-10-06) - Release Announcement

[7.0.0-RC1] (2021-09-11)

Added

  • [Java] Added @BeforeAll and @AfterAll hooks ([cucumber/#1876](cucumber/cucumber-jvm#1876) M.P. Korstanje)
  • [JUnit Platform] Optionally use long names
    • Adds cucumber.junit-platform.naming-strategy=long (#2361 M.P. Korstanje)

Changed

  • [Core] Updated cucumber-expressions to v11 ([cucumber/#711](cucumber/cucumber#771) M.P. Korstanje)
    • Fixes various ambiguities and bugs in the way Cucumber expressions are parsed and transformed into regular expressions
    • May break Cucumber expressions that depend on these ambiguities
  • [Core] Removed incorrect ISO 639-1 code for Telugu language ([cucumber/#1238](cucumber/cucumber#1238) Nvmkpk)
    • Change imports of io.cucumber.java.tl.* to io.cucumber.java.te.*
    • Change imports of io.cucumber.java8.Tl to io.cucumber.java.Te
    • Change # language: tl to # language: te
  • [Core] Deprecated the Summary plugin interface for removal.
    • Removed the default_summary and null_summary plugins
    • The summary plugin is enabled default when using the CLI. Use --no-summary to disable.
    • The progress formatter is no longer enabled by default on CLI. Use --plugin progress to enable.
  • [Core] Use transformer for all DataTable.asX methods. (#2262 [cucumber/#1419](cucumber/cucumber#1419) M.P. Korstanje)
    • To retain the old behaviour:
      • Replace DataTable.asList() with -> DataTable.values()
      • Replace DataTable.asLists() with -> DataTable.cells()
      • Replace DataTable.asMaps() with -> DataTable.entries()
  • [TestNG] Automatically pick up properties from testng.xml (#2354 M.P. Korstanje, Gayan Sandaruwan)
  • [Core] Pretty formatter to print step DataTables (#2330 Arty Sidorenko)
  • [Core] Scenario.getId() returns the actual scenario id (#2366 M.P. Korstanje)
    • To obtain the original <uri>:<line-number> identifier use scenario.getUri() + ":" + scenario.getLine().

Deprecated

  • [JUnit Platform] Deprecated @Cucumber in favour of @Suite (#2362 M.P. Korstanje)

Removed

  • [Core] Removed --strict and --no-strict options (#1788 M.P. Korstanje)
    • Cucumber executes scenarios in strict mode by default
  • [Core] Removed deprecated TypeRegistryConfigurer (#2356 M.P. Korstanje)
    • Use @ParameterType instead.
  • [Weld] Removed cucumber-weld (#2276 M.P. Korstanje)
    • Consider using cucumber-jakarta-cdi or cucumber-cdi2.
  • [Needle] Removed cucumber-needled (#2276 M.P. Korstanje)
    • Consider using cucumber-jakarta-cdi or cucumber-cdi2.

Fixed

  • [Core] Emit step hook messages (#2009 Grasshopper)
  • [Core] Synchronize event bus before use (#2358) M.P. Korstanje)

[6.11.0] (2021-08-05)

... (truncated)

Commits
  • b0ccce3 [maven-release-plugin] prepare release v7.0.0
  • 001ecd8 Update CHANGELOG for v7.0.0
  • 3c99f6a [All] Prepare v7 version
  • bbdd2d4 Update vertx.version to v4.1.5
  • a4c15be Update dependency org.revapi:revapi-java to v0.25.0
  • 74c10f2 Update dependency org.revapi:revapi-maven-plugin to v0.14.4
  • 3cf7c21 [Build] Do not download Maven Wrapper in CI (#2395)
  • 8dc5d13 [Archetype] Fix dependency resolution in InteliJ IDEA (#2394)
  • 1cdd3ab [Core] Fix usage formatter serialization (#2392)
  • 6fda2c6 Update dependency com.google.guava:guava to v31 (#2387)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cucumber-junit](https://github.com/cucumber/cucumber-jvm) from 6.9.1 to 7.0.0.
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v6.9.1...v7.0.0)

---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-junit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2021

Superseded by #204.

@dependabot dependabot bot closed this Dec 1, 2021
@dependabot dependabot bot deleted the dependabot/gradle/examples/io.cucumber-cucumber-junit-7.0.0 branch December 1, 2021 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Development

Successfully merging this pull request may close these issues.

0 participants